Handle new pango attribute type
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Aug 2021 00:12:04 +0000 (20:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Aug 2021 15:04:28 +0000 (11:04 -0400)
commit5feba67a3dc52a25014498c9c3fe12b29e6a0935
treef21fa12f62536352e994050f0fcf2a6dba774904
parentf1f197e3b94a55d5cbfaae2498f991a0ae733b32
Handle new pango attribute type

Update all the places where we switch over
PangoAttrType to handle PANGO_ATTR_TEXT_TRANSFORM,
and do nothing for now - text-transform support
will land in 4.6.
demos/gtk-demo/fontify.c
gtk/gtkpango.c
gtk/gtktextbuffer.c
testsuite/gtk/label.c